[MNG-8670] Fix concurrent builder missing/wrong project events#2251
[MNG-8670] Fix concurrent builder missing/wrong project events#2251gnodet merged 2 commits intoapache:masterfrom
Conversation
|
Source formatting issues make ITs fail. @oehme |
Rather than adding another test, I've expanded on the one I previously wrote for ProjectStarted events.
6705c75 to
44dba0d
Compare
|
Cool! JIRA mentions ProjectSkipped, does it mean we lack other events as well? |
|
The reason I mentioned ProjectSkipped was because the root project is listed as "Skipped" on the command line when using the concurrent builder, but gets no event. However, when I run this with the traditional builder, the root project is marked as "Successful" instead and gets a success event. I created the test with this behavior as my template. I don't really mind which way you go (mark it as skipped or mark it as successful), as long as it gets an event :) For project-d, the behavior is similarly inconsistent. It gets no events at all with the old builder and it is marked as "successful" with the new builder, which seems wrong, since it depends on a failed project. |
36f58e6 to
6be4d44
Compare
|
Resolve #9636 |
Rather than adding another test, I've expanded on the one I previously
wrote for ProjectStarted events.
https://issues.apache.org/jira/browse/MNG-8670